Extract or calculate Deviance Information Criterion from MCMCglmm and
mer object.
Cp(object, dispersion = NULL)
ICOMP(object, ..., REML = NULL)
CAICF(object, ..., REML = NULL)
DIC(object, ...)logLik
and vcov methods must exist for the object). For DIC, an
object of class MCMCglmm or mer.NULL, it is inferred
from object.logLik method
indicating whether the restricted log-likelihood or log-likelihood should be
used. The default is to use the method used for model estimation.data.frame with rows corresponding
to the objects is returned.ICOMP (I for informational and COMP for complexity) penalizes the covariance
complexity of the model, rather than the number of parameters directly.
CAICF (C is for
Bozdogan, H. and Haughton, D.M.A. (1998) Information complexity criteria for regression models. Comp. Stat. & Data Analysis 28: 51-76.
AIC and BIC in AICc.
QIC for GEE model selection.
extractDIC in package extractDIC.mer used by DIC is based.